RDoc-3556 better docs for automatic storage extension - #2393
Closed
gregolsky wants to merge 2 commits into
Closed
Conversation
Member
Author
|
@PFYasu can you provide a fresh screenshot please? |
PFYasu
approved these changes
Apr 9, 2026
Member
Author
|
@ppekrol please merge |
ppekrol
force-pushed
the
cloud-storage-extension
branch
from
September 4, 2026 11:15
d8bf1a3 to
58fa6d3
Compare
Member
|
Obsolete |
PFYasu
added a commit
to PFYasu/ravendb.docs
that referenced
this pull request
Sep 4, 2026
Fold in the content of the closed RDoc-3556 PR (ravendb#2393), re-validated against hr/test rather than carried over as written. - Availability: Development and Production tiers, excluding Dev10 and PN-type instances (ProductFeaturesHelper.IsFeatureAvailable). Note that ineligible products have no feature row at all. - Enabled by default at 90%, and the feature itself is free: its pricing percentage is 0 (ProductRuntimeCostsCalculator.GetFeaturePercentage), so only the larger disk is billed. - How it works: nodes report usage to /api/v2/node/storage/auto-extend and the disk moves to the next size the instance type offers, not to the size that would merely clear the threshold. The success email carries the old, new and maximum size (AutoStorageExtend.html). - Azure Premium disks also gain the new size's IOPS and throughput when the target performance tier is better (ExtendProductStorageVolumeHelper). - When storage is not extended: the four reasons that send an email (instance-type maximum, root-disk limit of 1000/1024/1000 GB on AWS/Azure/GCP for root-only layouts, yearly contract, Free tier), at most one per product per 24 hours (EmailNotificationPolicy). - Storage modification rate: 6 h on AWS and 12 h on Azure Premium between two storage changes (Constants.StorageChangeLimitExpirationMinutes). This gates automatic and manual changes alike and was undocumented, so it is also noted on the Scaling page. - Enabling and disabling: Disable/Enable buttons, gated on ManageFeatures (Manager or Admin preset) and an Active product. Explicit slug on the new Configuration heading so it does not become configuration-3 among the page's other Configuration sections. Cross-link from Scaling - Change Storage to the feature, which ravendb#2393 also added.
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue link
https://issues.hibernatingrhinos.com/issue/RDoc-3556
Additional description
...Include details of the change made, paste screenshots if necessary. Anything that may be useful for the reviewers...
Type of change
/templatesor readme)Changes in docs URLs
/scripts/redirects.jsonfile, setDocuments MovedPR label)Changes in UX/UI